home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / pgp / bin / pgp.hlp < prev   
Text File  |  1995-02-24  |  2KB  |  38 lines

  1. Here's a short summary of commands in PGP 2.6.2i:
  2.  
  3. Generate new key pair:  pgp -kg
  4. Add key:                pgp -ka     keyfile           [keyring]
  5. Extract key:            pgp -kx[a]  userid   keyfile  [keyring]
  6. View key(s):            pgp -kv[v] [userid]           [keyring]
  7. View fingerprint:       pgp -kvc   [userid]           [keyring]
  8. Check & view in detail: pgp -kc    [userid]           [keyring]
  9. Remove userid or key:   pgp -kr     userid            [keyring]
  10.                         (Repeat for multiple userids on a key)
  11. Add another userid:     pgp -ke     userid            [keyring]
  12. Edit passphrase:        pgp -ke     userid            [keyring]
  13. Edit trust params:      pgp -kx     userid key.tmp    [keyring]
  14.   (3 steps)             pgp -kr     userid            [keyring]
  15.                         pgp -ka     key.tmp           [keyring]
  16. Sign a key in pubring:  pgp -ks other_id [-u sign_id] [keyring]
  17. Remove a sig from key:  pgp -krs    userid            [keyring]
  18. Revoke, dis/enable:     pgp -kd     userid            [keyring]
  19.  
  20. Encrypt:                pgp -e[a]  textfile TO_id [TO_id2 TO_id3...]
  21. Sign:                   pgp -s[a]  textfile                         [-u MY_id]
  22. Sign & encrypt:         pgp -se[a] textfile TO_id [TO_id2 TO_id3...][-u MY_id]
  23. Make detached cert:     pgp -sb[a] [+clearsig=on] mainfile          [-u MY_id]
  24.   (Can do binaries)     (clearsig=on may be set in CONFIG.TXT)
  25. Encrypt with IDEA only: pgp -c     textfile
  26. Decrypt or check sig:   pgp [-d] [-p] cryptogram
  27.                         (-d to keep pgp data, -p for original file name)
  28. Check detached cert:    pgp certfile [mainfile]
  29.                         (If root of filenames are the same omit [mainfile])
  30.  
  31. Use [a] for ASCII output
  32. Use [-o outfile] to specify an output file
  33. Use [+batchmode] for errorlevel returns
  34. Use [f] for stream redirection ( pgp -f[ARGS] <infile >outfile )
  35. Use [w] to wipe plaintext file (encryption operations)
  36. Use [m] to force display of plaintext only (no output file)
  37. Use [t] to alter line endings for unix, etc.
  38.